GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-25T06:17:43.3582935+00:00",
"SubmitDate": "2026-02-25T06:17:43.3582935+00:00",
"ReportPeriodStart": "2026-02-25T06:17:43.3582935+00:00",
"ReportPeriodEnd": "2026-02-25T06:17:43.3582935+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cead4547-9cd4-4f19-89c4-fc8e5f5ffeb5",
"Rows": [
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cead4547-9cd4-4f19-89c4-fc8e5f5ffeb5",
"Rows": [
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"092f4292-0c3a-4a35-a134-2202411d0061",
"534128d9-374b-4da7-b0d9-e0fb459edbd1"
],
"Approvers": [
"8ce9b724-1208-4e39-b7df-2c82d31b661d",
"442951b1-c719-4668-941f-e7e7e08b5562"
],
"ApprovedBy": "af5c34b4-db3a-413c-a787-e6edfb68f0e6",
"ApprovalDate": "2026-02-25T06:17:43.3582935+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "da6bf732-df2e-45e3-9b65-237a87382480",
"id": "85fe7fcd-7248-4b14-b96b-2c2ec9fa389f",
"ConfigId": "96d7aa8e-3fa7-42eb-8499-f1c32d13d438"
},
{
"GenerationDate": "2026-02-25T06:17:43.3582935+00:00",
"SubmitDate": "2026-02-25T06:17:43.3582935+00:00",
"ReportPeriodStart": "2026-02-25T06:17:43.3582935+00:00",
"ReportPeriodEnd": "2026-02-25T06:17:43.3582935+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cead4547-9cd4-4f19-89c4-fc8e5f5ffeb5",
"Rows": [
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cead4547-9cd4-4f19-89c4-fc8e5f5ffeb5",
"Rows": [
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "44b229e1-93ea-4115-a8d3-471a70fb4bbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"092f4292-0c3a-4a35-a134-2202411d0061",
"534128d9-374b-4da7-b0d9-e0fb459edbd1"
],
"Approvers": [
"8ce9b724-1208-4e39-b7df-2c82d31b661d",
"442951b1-c719-4668-941f-e7e7e08b5562"
],
"ApprovedBy": "af5c34b4-db3a-413c-a787-e6edfb68f0e6",
"ApprovalDate": "2026-02-25T06:17:43.3582935+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "da6bf732-df2e-45e3-9b65-237a87382480",
"id": "85fe7fcd-7248-4b14-b96b-2c2ec9fa389f",
"ConfigId": "96d7aa8e-3fa7-42eb-8499-f1c32d13d438"
}
]